.search {
    min-height: 350px;
    background: url('http://land.huizhou.gov.cn/new-images/top2.png') no-repeat;
    background-size: 100% 100%;
  }
  .search .searchMain {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 10px;
  }
  .search .searchMain .input{
    position:relative;
    /* overflow: hidden; */
  }
  .search .searchMain .input input {
    height: 24px;
    width: 350px;
    border-radius: 20px;
    border: none;
    padding: 0 10px;
    font-size: 10px;
    /* position: absolute; */
  }
  .search .searchMain .input .sousuo_icon{
    background: url('http://land.huizhou.gov.cn/new-images/sousuo.png') no-repeat;
    position: absolute;
    background-color: #4066de;
    background-position: 50%;
    top: 0;
    right: 0;
    width:40px;
    height:25px;
    border-radius: 0 20px 20px 0;
    background-repeat: no-repeat;
    background-size: 50%;
  }
  .search .searchMain .text {
    margin-top: 80px;
    display: flex;
    justify-content: flex-end;
    color: #fff;
    font-size: 14px;
  }
  .search .searchMain .text div {
    padding: 0 20px 10px 0;
  }
  .header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #0153b0;
  }
  .header .headerMain {
    background-color: #0153b0;
    height: 100%;
  }
  .header .headerMain ul {
    display: flex;
    text-align: center;
  }
  .header .headerMain ul li {
    width: 20%;
    border-right: 1px solid #fff;
  }
  .header .headerMain ul li a {
    color: #fff;
    width: 100%;
    display: block;
    height: 50px;
  }
  .header .headerMain ul li:hover {
    background-color: #015ec6;
  }